home *** CD-ROM | disk | FTP | other *** search
/ Know Your Baseball - The Greatest Player Resource / Know Your Baseball - Greatest Player.iso / Baseball / Director / KTGCST.CST / 00056_Script_Showall hideall < prev    next >
Text File  |  1998-09-21  |  504b  |  21 lines

  1. global gButtonstate
  2.  
  3. on mouseDown
  4.   resetbanner
  5.   losepop(window "pop")
  6.   set mysprite = the clickon
  7.   set test = getat(gButtonState, mysprite)
  8.   if test = 0 then
  9.     threeStateBall
  10.     resetBalls
  11.     set the blend of sprite mysprite-20 = 100
  12.     loadfirstsounds()
  13.   else
  14.     setat(gbuttonState,the Clickon,0)
  15.     set the membernum of sprite mysprite =  the membernum of sprite mysprite-1
  16.     set the blend of sprite mysprite-20 = 0
  17.     loadfirstsounds()
  18.   end if
  19.   updatestage
  20.   
  21. end